Skip to content

Optimized NQueens implementation using hashing#7416

Merged
DenizAltunkapan merged 10 commits intoTheAlgorithms:masterfrom
Bhanubasyan:optimize-nqueens
May 8, 2026
Merged

Optimized NQueens implementation using hashing#7416
DenizAltunkapan merged 10 commits intoTheAlgorithms:masterfrom
Bhanubasyan:optimize-nqueens

Conversation

@Bhanubasyan
Copy link
Copy Markdown
Contributor

@Bhanubasyan Bhanubasyan commented May 8, 2026

  • I have read CONTRIBUTING.md.
  • This pull request is all my own work -- I have not plagiarized it.
  • All filenames are in PascalCase.
  • All functions and variable names follow Java naming conventions.
  • All new algorithms have a URL in their comments that points to Wikipedia or other similar explanations.
  • All new algorithms include a corresponding test class that validates their functionality.
  • All new code is formatted with clang-format -i --style=file path/to/your/file.java

@codecov-commenter
Copy link
Copy Markdown

codecov-commenter commented May 8, 2026

Codecov Report

❌ Patch coverage is 88.23529% with 2 lines in your changes missing coverage. Please review.
✅ Project coverage is 79.54%. Comparing base (2616e09) to head (0b0ce0e).

Files with missing lines Patch % Lines
...n/java/com/thealgorithms/backtracking/NQueens.java 88.23% 2 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff            @@
##             master    #7416   +/-   ##
=========================================
  Coverage     79.54%   79.54%           
+ Complexity     7178     7177    -1     
=========================================
  Files           798      798           
  Lines         23467    23474    +7     
  Branches       4617     4617           
=========================================
+ Hits          18666    18672    +6     
  Misses         4055     4055           
- Partials        746      747    +1     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@DenizAltunkapan DenizAltunkapan merged commit 54341c1 into TheAlgorithms:master May 8, 2026
7 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants